Part 01-Module 01-Lesson 03_Applying AI to Sudoku
01. Intro
02. Solving a Sudoku
03. Setting up the Board
04. Encoding the Board
05. Strategy 1: Elimination
06. Strategy 2: Only Choice
07. Constraint Propagation
08. Harder Sudoku
09. Strategy 3: Search
10. Coding the Solution